From f49c8836e618960a4151ccf1a112c379709af1da Mon Sep 17 00:00:00 2001 From: Bryant Mairs Date: Tue, 31 Jan 2017 18:31:48 -0800 Subject: [PATCH] Document build badge for Gitlab CI --- src/doc/manifest.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/doc/manifest.md b/src/doc/manifest.md index e5d266d84..8ee88efe2 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -142,8 +142,8 @@ license = "..." license-file = "..." # Optional specification of badges to be displayed on crates.io. The badges -# currently available are Travis CI and Appveyor latest build status, specified -# using the following parameters: +# currently available are Travis CI, Appveyor, and Gitlab latest build status, +# specified using the following parameters: [badges] # Travis CI: `repository` is required. `branch` is optional; default is `master` travis-ci = { repository = "...", branch = "master" } @@ -151,6 +151,8 @@ travis-ci = { repository = "...", branch = "master" } # `service` is optional; valid values are `github` (default), `bitbucket`, and # `gitlab`. appveyor = { repository = "...", branch = "master", service = "github" } +# Gitlab: `repository` is required. `branch` is optional; default is `master` +gitlab = { repository = "...", branch = "master" } ``` The [crates.io](https://crates.io) registry will render the description, display -- 2.30.2